home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0399 / 123 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.6 KB

  1. Subject: Re: Window Cycling 
  2. Date: Wed, 01 Jun 1994 17:47:53 +1000
  3. From: Warwick Allison <warwick@cs.uq.oz.au>
  4. Precedence: bulk
  5.  
  6. Annius Groenink wrote:
  7. >> Under later AES versions, windows can be BOTTOMED, thereby creating the
  8. >> window-cycle effect.
  9. >
  10. >Not quite.  It is actually the reverse of the cycle effect,  as with
  11. >cycle,  all windows are pushed down 1 level,  except the lowest one,
  12. >whereas with bottom,  the current window goes to the bottom while all
  13. >other windows get pulled one level up.
  14.  
  15. In old versions of TOS, BOTTOMing was VERY difficult to implement, and
  16. so `cycle' was define to simply top the bottom-most window.  Under the
  17. Motif window manager of X11, cycling is bottoming, as the manual indicates:
  18.  
  19.  
  20.    The following key actions
  21.    can be used to cycle through the global window stack.
  22.  
  23.        Key_Action__________Function__Description_______________
  24.        [Alt][ESC]          Place top window on bottom of stack
  25.        [Alt][Shift][ESC]   Place bottom window on top of stack
  26.  
  27.  
  28. Clear Alt-ESC is normal cycling and Alt-SFT-ESC is reverse cycling.
  29. (No, I'm not at all suggesting that we use these combinations)
  30.  
  31. Having both versions is great (makes it easy to go back to the window
  32. you just cycled away), but not implementable on older TOS versions.
  33.  
  34. So, to clarify:
  35.  
  36.     CTRL+Tab can be used to cycle windows
  37.     Shift+CTRL+Tab can be used to cycle windows in reverse
  38.  
  39.     1. If the AES cannot BOTTOM, both do the same thing (reverse cycle)
  40.     2. Forward cycling is BOTTOMING the top window.
  41.     3. Reverse cycling is TOPPING the bottom window OF ALL APPS.
  42.  
  43. Make sense?
  44.  
  45. --
  46. Warwick
  47.